home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / UCB Logo 3.0 / logolib / do.until < prev    next >
Encoding:
Text File  |  1992-10-06  |  119 b   |  6 lines  |  [TEXT/JV01]

  1. .macro do.until :until.instr :until.cond
  2. op se :until.instr (list "until :until.cond :until.instr)
  3. end
  4.  
  5. bury "do.until
  6.